remove last comma from string c#

73

remove last comma from string c# -

Something = Something.TrimEnd(',');

Comments

Submit
0 Comments